home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
04
/
1
/
DISK0412.ZIP
/
ROLPRINT.CMD
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1985-04-03
|
768 b
|
43 lines
* rolodex printer
use b:rolodex index b:roldex1
goto top
set eject off
set talk off
set print on
do while .not. eof
if name &findname
? name
? ophone
?? ' '
?? rphone
? 'OFFICE ADDRESS:'
? oaddr
? ocity
?? ' '
?? ostate
?? ' '
?? ozip
? 'RESIDENCE ADDRESS:'
? raddr
? rcity
?? ' '
?? rstate
?? ' '
?? rzip
? 'COMMENT:'
? comment
? date
?
?
?
?
?
?
?
endif name &findname
skip 1
enddo while .not. eof
set print off
set format to screen
use